Skip to content

Commit 13e9155

Browse files
committed
Prep for 0.16.0-beta-4
1 parent d3cfb60 commit 13e9155

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

build.clj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@
22

33
(ns build
44
(:require [clojure.tools.build.api :as build]
5+
[clojure.string :as string]
56
[net.lewisship.build :as b]))
67

78
(def lib 'io.github.hlship/cli-tools)
8-
(def version "0.16.0-beta-3")
9+
(def version (-> "version.txt"
10+
slurp
11+
string/trim))
912

1013
(def jar-params {:project-name lib
1114
:version version

version.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0.16.0-beta-4

0 commit comments

Comments
 (0)