Skip to content

Commit

Permalink
Bump to 2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
SenexCrenshaw committed Oct 20, 2022
1 parent 05ef148 commit fc5c954
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ FROM alpine:latest
ARG BUILD_DATE
ARG VCS_REF
ARG XTEVE_PORT=34400
ARG XTEVE_VERSION=2.5.2
ARG XTEVE_VERSION=2.5.3

LABEL org.opencontainers.image.created="{$BUILD_DATE}" \
org.opencontainers.image.url="https://hub.docker.com/r/SenexCrenshaw/xteve/" \
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.5.2
2.5.3
2 changes: 1 addition & 1 deletion release.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "2.5.2",
"version": "2.5.3",
"go_version": "1.19.0"
}
2 changes: 1 addition & 1 deletion src/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package src

// Version : Version, the Build Number is parsed in the main func
const Version = "2.5.2"
const Version = "2.5.3"

0 comments on commit fc5c954

Please sign in to comment.