Skip to content

Commit

Permalink
Bumping version to 0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Boris Brock committed Oct 4, 2022
1 parent c126b56 commit 361adb7
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.26.1"
Version = "0.27.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.26.1";
const Version = "0.27.0";

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

0 comments on commit 361adb7

Please sign in to comment.