Skip to content

Commit a3c5119

Browse files
committed
Prepare version 10.0
1 parent c8050e4 commit a3c5119

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@9.5
48+
uses: DeLaGuardo/setup-clojure@10.0
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
@@ -1129,7 +1129,7 @@ exports.isMacOS = isMacOS;
11291129

11301130
Object.defineProperty(exports, "__esModule", ({ value: true }));
11311131
exports.VERSION = void 0;
1132-
exports.VERSION = '9-5';
1132+
exports.VERSION = '10-0';
11331133

11341134

11351135
/***/ }),

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 = '9-5'
1+
export const VERSION = '10-0'

0 commit comments

Comments
 (0)