Skip to content

Commit

Permalink
Prepare for 0.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
matriv committed Mar 27, 2023
1 parent 11b7f3e commit 22e825b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ Changelog
in progress
===========

2023-04-27 0.4
==============
- Upgrade to use Flink 1.17

2023-04-23 0.3
==============
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repositories {

group = 'io.crate'
archivesBaseName = 'cratedb-flink-jobs'
version = 0.3
version = 0.4

tasks.register("printVersion") {
println "ProjectVersion: " + project.version
Expand Down

0 comments on commit 22e825b

Please sign in to comment.