Skip to content

Commit

Permalink
Merge pull request #50 from SenexCrenshaw:dev
Browse files Browse the repository at this point in the history
Bump to 2.5.3
  • Loading branch information
SenexCrenshaw authored Oct 20, 2022
2 parents 7562c8f + fc5c954 commit 077cd1e
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 077cd1e

Please sign in to comment.