Skip to content

Commit

Permalink
Bump version to 1.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
karalekas committed Dec 20, 2019
1 parent 8e7329e commit feb7fe6
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.15.0
ARG quilc_version=1.15.1
ARG quicklisp_version=2019-11-30

# 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.15.0"
"1.15.1"
2 changes: 1 addition & 1 deletion qvm-app.asd
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
:version (:read-file-form "VERSION.txt")
:depends-on (
;; Quil parsing
(:version #:cl-quil "1.15.0")
(:version #:cl-quil "1.15.1")
;; Command line argument parsing
#:command-line-arguments
;; ASDF-companion utility library
Expand Down

0 comments on commit feb7fe6

Please sign in to comment.