Skip to content

Commit

Permalink
Bumping version to 0.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BorisBrock committed Aug 30, 2023
1 parent 2ba8ccb commit 0439a42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backend/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version = "0.29.0"
Version = "0.30.0"


def get_version():
Expand Down
4 changes: 2 additions & 2 deletions site/js/version.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

const Version = "0.29.0";
const Version = "0.30.0";

function setVersion() {
document.getElementById("version").innerHTML = "Version " + Version;
}
}

0 comments on commit 0439a42

Please sign in to comment.