mirror of
https://github.com/DeLaGuardo/setup-clojure.git
synced 2025-01-13 17:57:55 +08:00
Bump version
This commit is contained in:
parent
95652ba0c7
commit
4b9b2f7702
@ -46,7 +46,7 @@ jobs:
|
|||||||
java-version: '8'
|
java-version: '8'
|
||||||
|
|
||||||
- name: Install clojure tools
|
- name: Install clojure tools
|
||||||
uses: DeLaGuardo/setup-clojure@12.2
|
uses: DeLaGuardo/setup-clojure@12.3
|
||||||
with:
|
with:
|
||||||
# Install just one or all simultaneously
|
# Install just one or all simultaneously
|
||||||
# The value must indicate a particular version of the tool, or use 'latest'
|
# The value must indicate a particular version of the tool, or use 'latest'
|
||||||
|
2
dist/index.js
vendored
2
dist/index.js
vendored
@ -1309,7 +1309,7 @@ exports.isMacOS = isMacOS;
|
|||||||
|
|
||||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||||
exports.VERSION = void 0;
|
exports.VERSION = void 0;
|
||||||
exports.VERSION = '12-2';
|
exports.VERSION = '12-3';
|
||||||
|
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
2
dist/index.js.map
vendored
2
dist/index.js.map
vendored
File diff suppressed because one or more lines are too long
@ -1 +1 @@
|
|||||||
export const VERSION = '12-2'
|
export const VERSION = '12-3'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user