diff --git a/Dockerfile b/Dockerfile index 891061ab..eba66ecf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/VERSION.txt b/VERSION.txt index 86911d7f..42515448 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -"1.13.1" +"1.14.0" diff --git a/qvm.asd b/qvm.asd index 9fcc910d..d0fcd23e 100644 --- a/qvm.asd +++ b/qvm.asd @@ -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.