Skip to content

Commit 8ace566

Browse files
committed
bump dotnet package version
1 parent 3245a6e commit 8ace566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
- checkout
77
- run: |
88
pushd dotnet
9-
docker build --build-arg VERSION="0.9.4-dev.$CIRCLE_BUILD_NUM" -t streamsdb/dotnet-driver .
9+
docker build --build-arg VERSION="0.9.5-dev.$CIRCLE_BUILD_NUM" -t streamsdb/dotnet-driver .
1010
docker run --rm --name push-packages streamsdb/dotnet-driver --source https://api.nuget.org/v3/index.json --api-key $NUGET_TOKEN
1111
popd
1212
workflows:

0 commit comments

Comments
 (0)