diff --git a/Makefile b/Makefile index 6465b32..98ac02a 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # pgloader build tool APP_NAME = pgloader -VERSION = 3.3.0.50 +VERSION = 3.3.0.51 # use either sbcl or ccl CL = sbcl diff --git a/src/params.lisp b/src/params.lisp index caaae99..88fcbed 100644 --- a/src/params.lisp +++ b/src/params.lisp @@ -32,7 +32,7 @@ "non-nil when this build is a release build.") (defparameter *major-version* "3.3") -(defparameter *minor-version* "0.50") +(defparameter *minor-version* "0.51") (defun git-hash () "Return the current abbreviated git hash of the development tree."