Skip to content

Commit 21d73af

Browse files
committed
Bump version
1 parent c5651cd commit 21d73af

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
java-version: '8'
4646

4747
- name: Install clojure tools
48-
uses: DeLaGuardo/setup-clojure@10.0
48+
uses: DeLaGuardo/setup-clojure@10.1
4949
with:
5050
# Install just one or all simultaneously
5151
# The value must indicate a particular version of the tool, or use 'latest'

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1139,7 +1139,7 @@ exports.isMacOS = isMacOS;
11391139

11401140
Object.defineProperty(exports, "__esModule", ({ value: true }));
11411141
exports.VERSION = void 0;
1142-
exports.VERSION = '10-0';
1142+
exports.VERSION = '10-1';
11431143

11441144

11451145
/***/ }),

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '10-0'
1+
export const VERSION = '10-1'

0 commit comments

Comments
 (0)