Move to version 0.4.0

This commit is contained in:
2025-12-23 13:59:14 -08:00
parent fb9b974e0d
commit 00599905c2
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash
VERSION=0.3.0
VERSION=0.4.0
docker image build --no-cache -t asolkar/speed-data-docker:${VERSION} . && \
docker push asolkar/speed-data-docker:${VERSION}