aboutsummaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
authoralandonovan <adonovan@google.com>2018-12-08 11:29:06 -0500
committerGitHub <noreply@github.com>2018-12-08 11:29:06 -0500
commit3b8ddb88506db1f8e17baddeb2716858fe21d992 (patch)
treebe2f21e867db59b3d57d2bd44cf8f6c9eacd2b6f /internal
parent60d9d46a35b90993b31124cdf310d9b647ec9771 (diff)
downloadstarlark-go-3b8ddb88506db1f8e17baddeb2716858fe21d992.tar.gz
internal/compile: bump version number
I forgot to point this out while reviewing #37.
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 a5a7a9f..7ba17eb 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 = 4
+const Version = 5
type Opcode uint8