Skip to content

Commit

Permalink
Bumping version to 0.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Boris Brock committed Oct 6, 2022
1 parent fd9a726 commit 71735c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.27.2"
Version = "0.28.0"


def get_version():
Expand Down
2 changes: 1 addition & 1 deletion site/js/version.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

const Version = "0.27.2";
const Version = "0.28.0";

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

0 comments on commit 71735c1

Please sign in to comment.