From c016022ef8798714c4418af93f45c6b217a7adb8 Mon Sep 17 00:00:00 2001 From: "T.A.K." Date: Sat, 14 Sep 2024 13:22:44 +0000 Subject: [PATCH] Update version 0.9.3 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d5dba83..3112962 100644 --- a/Makefile +++ b/Makefile @@ -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)