mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-03 11:30:28 -05:00
b6f19dfea5
Moved to encoding Values of type Number as 2 varints.
11 lines
345 B
Go
11 lines
345 B
Go
// Copyright 2016 Attic Labs, Inc. All rights reserved.
|
|
// Licensed under the Apache License, version 2.0:
|
|
// http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
package constants
|
|
|
|
// TODO: generate this from some central thing with go generate, so that JS and Go can be easily kept in sync
|
|
const NomsVersion = "3"
|
|
|
|
var NomsGitSHA = "<developer build>"
|