bumbed version number for new OpenAI integration

This commit is contained in:
Falko Zurell 2025-01-20 09:52:03 +01:00
parent a2e93a625c
commit df29dbe4e5
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
#!/bin/bash -x
RELEASE_VERSION="1.0.2"
RELEASE_VERSION="1.0.3"
PLATFORM=$(rustc -vV | grep host | cut -d ' ' -f2)