Skip to content

Commit

Permalink
Update version 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
T.A.K. committed Sep 14, 2024
1 parent 32e9810 commit c016022
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ PACKAGE = github.com/tknie/restdb
TESTPKGSDIR = server
INSTALL_DEST = .
DATE = $(shell date +%d-%m-%Y'_'%H:%M:%S)
VERSION ?= v0.9.1.0
MAJORVERS = v091
VERSION ?= v0.9.3.0
MAJORVERS = v093
RESTVERSION ?= $(VERSION).$(shell date +%d%m%Y)
#$(shell git describe --tags --always --dirty --match=v* 2> /dev/null || \
# cat $(CURDIR)/.version 2> /dev/null || echo v0)
Expand Down

0 comments on commit c016022

Please sign in to comment.