aboutsummaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
authoralandonovan <adonovan@google.com>2018-10-22 17:13:10 -0400
committerGitHub <noreply@github.com>2018-10-22 17:13:10 -0400
commit9c6a142a746464bfab213da344647b913815ef4b (patch)
tree2d0ba2b710c1de10fe030fae2df28df3b45ea52c /internal
parent8160121a4f3bdd86c16f1772825b50eddcf04d72 (diff)
downloadstarlark-go-9c6a142a746464bfab213da344647b913815ef4b.tar.gz
internal/compile: bump version number (#138)
...as the previous change changed the compilation function, invalidating existing bytecode.
Diffstat (limited to 'internal')
-rw-r--r--internal/compile/compile.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/compile/compile.go b/internal/compile/compile.go
index 47858c8..6b69fd5 100644
--- a/internal/compile/compile.go
+++ b/internal/compile/compile.go
@@ -37,7 +37,7 @@ import (
const debug = false // TODO(adonovan): use a bitmap of options; and regexp to match files
// Increment this to force recompilation of saved bytecode files.
-const Version = 2
+const Version = 3
type Opcode uint8