From b801a72d2a06fccad73a702f4fd71330dab7e3ab Mon Sep 17 00:00:00 2001 From: Joey Riches Date: Sun, 20 Aug 2023 23:00:38 +0100 Subject: [PATCH] Bump version to 1.5.3.0 --- Makefile | 2 +- cli/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 68fce3f..4d3115b 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION := 1.5.2.2 +VERSION := 1.5.3.0 BINNAME := solbuild .PHONY: build diff --git a/cli/version.go b/cli/version.go index 7db3b83..add00c0 100644 --- a/cli/version.go +++ b/cli/version.go @@ -23,7 +23,7 @@ import ( const ( // SolbuildVersion is the current public version of solbuild - SolbuildVersion = "1.5.2.2" + SolbuildVersion = "1.5.3.0" ) func init() {