Skip to content

Commit

Permalink
v3.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cookieY committed Jul 4, 2023
1 parent 371702c commit abd7657
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ var RunServer = &gcli.Command{

func Command() {
app := gcli.NewApp()
app.Version = "3.1.4 Uranus"
app.Version = "3.1.5 Uranus"
app.Name = "Yearning"
app.Logo = &gcli.Logo{Text: LOGO, Style: "info"}
app.Desc = "Yearning Mysql数据审核平台"
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM alpine:${BASEIMAGES} AS builder

LABEL maintainer="chaiyd <chaiyd.cn@gmail.com>,henryyee <henry@yearning.io>"

ARG YEARNING_VER=v3.1.4
ARG YEARNING_VER=v3.1.5

ARG TARGETARCH

Expand Down

0 comments on commit abd7657

Please sign in to comment.