Skip to content

Commit 30725a4

Browse files
committed
bump version to 0.1.0
1 parent a6c0380 commit 30725a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111
# github.repository as <account>/<repo>
1212
IMAGE_NAME: mnestix-proxy
1313
# Update the version manually
14-
IMAGE_TAG_VERSION: 0.0.1
14+
IMAGE_TAG_VERSION: 0.1.0
1515

1616
jobs:
1717
run-tests:

compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
services:
77
mnestix-proxy:
88
container_name: mnestix-proxy
9-
image: mnestix-proxy:0.0.1
9+
image: mnestix-proxy:0.1.0
1010
build:
1111
dockerfile: Dockerfile
1212
ports:

0 commit comments

Comments
 (0)