Skip to content

Commit

Permalink
Update magic number from 2 to 3.
Browse files Browse the repository at this point in the history
Fixes #282.
  • Loading branch information
deepakjois committed Oct 25, 2017
1 parent 5240a8f commit 24f122a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifest.go
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ func (mf *manifestFile) addChanges(changesParam []*protos.ManifestChange) error
var magicText = [4]byte{'B', 'd', 'g', 'r'}

// The magic version number.
const magicVersion = 2
const magicVersion = 3

func helpRewrite(dir string, m *Manifest) (*os.File, int, error) {
rewritePath := filepath.Join(dir, manifestRewriteFilename)
Expand Down

0 comments on commit 24f122a

Please sign in to comment.