Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewBelt committed Sep 25, 2019
1 parent ee876ef commit d0c9285
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Core.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"slug": "Core",
"name": "Core",
"version": "1.1.4",
"version": "1.1.5",
"license": "GPL-3.0-only",
"author": "VCV",
"brand": "VCV",
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
RACK_DIR ?= .
VERSION := 1.dev.$(shell git rev-parse --short HEAD)
# VERSION := 1.1.4
# VERSION := 1.dev.$(shell git rev-parse --short HEAD)
VERSION := 1.1.5

FLAGS += -DVERSION=$(VERSION)
FLAGS += -Iinclude -Idep/include
Expand Down

0 comments on commit d0c9285

Please sign in to comment.