Skip to content

Commit 4b9b2f7

Browse files
committed
Bump version
1 parent 95652ba commit 4b9b2f7

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
@@ -46,7 +46,7 @@ jobs:
4646
java-version: '8'
4747

4848
- name: Install clojure tools
49-
uses: DeLaGuardo/setup-clojure@12.2
49+
uses: DeLaGuardo/setup-clojure@12.3
5050
with:
5151
# Install just one or all simultaneously
5252
# 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
@@ -1309,7 +1309,7 @@ exports.isMacOS = isMacOS;
13091309

13101310
Object.defineProperty(exports, "__esModule", ({ value: true }));
13111311
exports.VERSION = void 0;
1312-
exports.VERSION = '12-2';
1312+
exports.VERSION = '12-3';
13131313

13141314

13151315
/***/ }),

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 = '12-2'
1+
export const VERSION = '12-3'

0 commit comments

Comments
 (0)