Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
clpm
clpm
Commits
72321934
Commit
72321934
authored
Oct 19, 2021
by
Eric Timmons
Browse files
Bump version number
parent
b0a43541
Changes
2
Hide whitespace changes
Inline
Side-by-side
clpm-client/version.lisp
View file @
72321934
...
...
@@ -6,7 +6,7 @@
(
in-package
#:clpm-client
)
;; If the location of this changes, the asd file must be updated!
(
defvar
*version*
"0.
4.2
"
(
defvar
*version*
"0.
5.0
"
"The client's version."
)
(
defun
clpm-client-version
()
...
...
version.lisp-expr
View file @
72321934
...
...
@@ -3,4 +3,4 @@
;;;; This file contains a single string naming the version that is being
;;;; currently worked on. It should be bumped immediately after releasing the
;;;; version. This should not contain any prerelease info.
"0.
4.2
"
"0.
5.0
"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment