Skip to content

Commit

Permalink
Bump version to v1.14.0
Browse files Browse the repository at this point in the history
And bump cl-quil dependency
  • Loading branch information
notmgsk committed Nov 26, 2019
1 parent 35350d2 commit b012998
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# specify the dependency versions (can be overriden with --build_arg)
ARG quilc_version=1.13.0
ARG quilc_version=1.14.0
ARG quicklisp_version=2019-07-11

# use multi-stage builds to independently pull dependency versions
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"1.13.1"
"1.14.0"
2 changes: 1 addition & 1 deletion qvm.asd
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
;; Finalizers and portable GC calls
#:trivial-garbage
;; Quil parsing and analysis
(:version #:cl-quil "1.13.0")
(:version #:cl-quil "1.14.0")
;; Portable random number generator
#:mt19937
;; For allocation info.
Expand Down

0 comments on commit b012998

Please sign in to comment.