Skip to content

Commit

Permalink
Bump version to 0.6.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
jjsimpso committed Feb 13, 2022
1 parent 10ea6af commit bfb84bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
EXE = molasses
VERSION = 0.6.1
VERSION = 0.6.3
NATIVE_DIST_DIR = $(EXE)-$(VERSION)
WIN_BUILD_DIR = cross/x86_64-win32
MAC_BUILD_DIR = cross/x86_64-macosx
Expand Down
2 changes: 1 addition & 1 deletion src/const.rkt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#lang racket/base
(provide (all-defined-out))

(define molasses-version "0.6.2")
(define molasses-version "0.6.3")
(define molasses-site "https://github.com/jjsimpso/molasses")

(define about-version-string
Expand Down

0 comments on commit bfb84bb

Please sign in to comment.