Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsandeep committed Feb 8, 2024
1 parent 3067819 commit 7cc8e42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Base
FROM golang:1.20.6-alpine AS builder
FROM golang:1.21.4-alpine AS builder

RUN apk add --no-cache git build-base
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion internal/runner/banner.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const banner = `
`

// Version is the current version
const version = `v0.0.12`
const version = `v1.0.0`

// showBanner is used to show the banner to the user
func showBanner() {
Expand Down

0 comments on commit 7cc8e42

Please sign in to comment.