diff --git a/.github/workflows/cd-release.yaml b/.github/workflows/cd-release.yaml index 0f08a27297..67565eb623 100644 --- a/.github/workflows/cd-release.yaml +++ b/.github/workflows/cd-release.yaml @@ -4,7 +4,7 @@ on: workflow_dispatch: inputs: version: - description: 'SemVer format release tag, i.e. 0.24.4' + description: 'SemVer format release tag, i.e. 0.24.5' required: true jobs: diff --git a/.github/workflows/ci-performance-benchmarks-release.yaml b/.github/workflows/ci-performance-benchmarks-release.yaml index b4c7327c88..b283297799 100644 --- a/.github/workflows/ci-performance-benchmarks-release.yaml +++ b/.github/workflows/ci-performance-benchmarks-release.yaml @@ -6,7 +6,7 @@ on: workflow_dispatch: inputs: version: - description: 'SemVer format release tag, i.e. 0.24.4' + description: 'SemVer format release tag, i.e. 0.24.5' required: true default: '' email: diff --git a/.github/workflows/ci-sql-correctness-release.yaml b/.github/workflows/ci-sql-correctness-release.yaml index cae859a4f8..0f43445c9a 100644 --- a/.github/workflows/ci-sql-correctness-release.yaml +++ b/.github/workflows/ci-sql-correctness-release.yaml @@ -4,7 +4,7 @@ on: workflow_dispatch: inputs: version: - description: 'SemVer format release tag, i.e. 0.24.4' + description: 'SemVer format release tag, i.e. 0.24.5' required: true default: '' email: diff --git a/go/cmd/dolt/dolt.go b/go/cmd/dolt/dolt.go index f8690f1ca3..06ebcdf0a8 100644 --- a/go/cmd/dolt/dolt.go +++ b/go/cmd/dolt/dolt.go @@ -46,7 +46,7 @@ import ( ) const ( - Version = "0.24.4" + Version = "0.24.5" ) var dumpDocsCommand = &commands.DumpDocsCmd{}