Skip to content

Commit

Permalink
set version
Browse files Browse the repository at this point in the history
  • Loading branch information
darioalessandro committed Nov 24, 2023
1 parent 430ed77 commit f983a8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.3.0
2 changes: 1 addition & 1 deletion set_version.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# Specify the new version
NEW_VERSION="1.3.0"
NEW_VERSION=$(cat VERSION)

# List of directories containing Cargo.toml files
CRATES=("types" "actix-api" "yew-ui")
Expand Down

0 comments on commit f983a8b

Please sign in to comment.