local version should always be 'dev'

This commit is contained in:
Yotam Mann 2019-07-30 16:05:12 -04:00
parent 858af77521
commit a16df958a9
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View file

@ -24,7 +24,9 @@ build/*
dist/*
examples/scratch.js
examples/scratch.ts
Tone/version.js
Tone/version.ts
Tone/index.js
test/test.js

View file

@ -1 +1 @@
export const version: string = "14.1.8";
export const version: string = "dev";