Call it 3.0.50.2 now that we fixed the API and added SQLite command.

This commit is contained in:
Dimitri Fontaine 2013-11-04 22:14:36 +01:00
parent 11fe7c83e2
commit beba2bc5b0

View File

@ -26,7 +26,7 @@
(in-package :pgloader.params)
(defparameter *version-string* "3.0.50.1"
(defparameter *version-string* "3.0.50.2"
"pgloader version strings, following Emacs versionning model.")
;; we can't use pgloader.utils:make-pgstate yet because params is compiled