diff --git a/Makefile b/Makefile index 99241ec..a3f39ee 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ APP_NAME := jiang13 MAIN_PKG := ./cmd/jiang13 BUILD_DIR := dist DEV_DATA_DIR := dist/data -VERSION := 1.1.7 +VERSION := 1.1.8 LDFLAGS := -s -w -X main.version=$(VERSION) REGISTRY_IMAGE := hangzhang714128/jiang13-forum diff --git a/build.ps1 b/build.ps1 index e9fc09b..7e024e0 100644 --- a/build.ps1 +++ b/build.ps1 @@ -12,7 +12,7 @@ $AppName = 'jiang13' $MainPkg = './cmd/jiang13' $BuildDir = 'dist' $DevDataDir = 'dist/data' -$Version = '1.1.7' +$Version = '1.1.8' $RegistryImage = 'hangzhang714128/jiang13-forum' $Ldlags = "-s -w -X main.version=$Version"