mirror of
https://github.com/DeLaGuardo/setup-clojure.git
synced 2025-01-14 02:18:07 +08:00
Prepare release 9.2
This commit is contained in:
parent
3410b07cb0
commit
8bf18942d2
@ -45,7 +45,7 @@ jobs:
|
||||
java-version: '8'
|
||||
|
||||
- name: Install clojure tools
|
||||
uses: DeLaGuardo/setup-clojure@9.1
|
||||
uses: DeLaGuardo/setup-clojure@9.2
|
||||
with:
|
||||
# Install just one or all simultaneously
|
||||
# The value must indicate a particular version of the tool, or use 'latest'
|
||||
|
2
dist/index.js
vendored
2
dist/index.js
vendored
@ -1143,7 +1143,7 @@ exports.isMacOS = isMacOS;
|
||||
|
||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||
exports.VERSION = void 0;
|
||||
exports.VERSION = '9-1';
|
||||
exports.VERSION = '9-2';
|
||||
|
||||
|
||||
/***/ }),
|
||||
|
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 = '9-1'
|
||||
export const VERSION = '9-2'
|
||||
|
Loading…
x
Reference in New Issue
Block a user