Skip to content

Commit b012998

Browse files
committed
Bump version to v1.14.0
And bump cl-quil dependency
1 parent 35350d2 commit b012998

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# specify the dependency versions (can be overriden with --build_arg)
2-
ARG quilc_version=1.13.0
2+
ARG quilc_version=1.14.0
33
ARG quicklisp_version=2019-07-11
44

55
# use multi-stage builds to independently pull dependency versions

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"1.13.1"
1+
"1.14.0"

qvm.asd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
;; Finalizers and portable GC calls
3131
#:trivial-garbage
3232
;; Quil parsing and analysis
33-
(:version #:cl-quil "1.13.0")
33+
(:version #:cl-quil "1.14.0")
3434
;; Portable random number generator
3535
#:mt19937
3636
;; For allocation info.

0 commit comments

Comments
 (0)