Skip to content

Commit

Permalink
upgrade 5.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
UlricQin committed Jan 29, 2022
1 parent 2e63993 commit 8408220
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

NOW = $(shell date -u '+%Y%m%d%I%M%S')

RELEASE_VERSION = 5.3.1
RELEASE_VERSION = 5.3.2

APP = n9e
SERVER_BIN = $(APP)
Expand All @@ -15,7 +15,7 @@ SERVER_BIN = $(APP)
all: build

build:
@go build -ldflags "-w -s -X main.VERSION=$(RELEASE_VERSION)" -o $(SERVER_BIN) ./src
go build -ldflags "-w -s -X main.VERSION=$(RELEASE_VERSION)" -o $(SERVER_BIN) ./src

# start:
# @go run -ldflags "-X main.VERSION=$(RELEASE_TAG)" ./cmd/${APP}/main.go web -c ./configs/config.toml -m ./configs/model.conf --menu ./configs/menu.yaml
Expand Down
4 changes: 2 additions & 2 deletions docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ services:
- "server"

nwebapi:
image: ulric2019/nightingale:5.3.0
image: ulric2019/nightingale:5.3.2
container_name: nwebapi
hostname: nwebapi
restart: always
Expand Down Expand Up @@ -107,7 +107,7 @@ services:
- "webapi"

nserver:
image: ulric2019/nightingale:5.3.0
image: ulric2019/nightingale:5.3.2
container_name: nserver
hostname: nserver
restart: always
Expand Down

0 comments on commit 8408220

Please sign in to comment.