Bump version to v0.5.1

master v0.5.1
Dessa Simpson 2021-02-24 20:45:50 -07:00
parent 4607eaf307
commit c634e763f3
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import db from "./db";
var versionMajor = 0;
var versionMinor = 5;
var versionPatch = 0;
var versionPatch = 1;
export function getVersion() {
return `${versionMajor}.${versionMinor}.${versionPatch}`