Skip to content

Commit 75a9426

Browse files
committed
Next release
1 parent bb0965c commit 75a9426

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
SQRL_VERSION: [v0.5.6, v0.5.7, v0.5.8, v0.5.9, dev]
18+
SQRL_VERSION: [v0.5.6, v0.5.7, v0.5.8, v0.5.9, v0.5.10, dev]
1919

2020
env:
2121
DOCKER_REPO: datasqrl/flink-jar-runner

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<groupId>com.datasqrl</groupId>
2323
<artifactId>flink-jar-runner</artifactId>
24-
<version>1.0.0-SNAPSHOT</version>
24+
<version>0.0.3</version>
2525
<inceptionYear>2024</inceptionYear>
2626

2727
<properties>

0 commit comments

Comments
 (0)