Skip to content

Commit

Permalink
increment item version
Browse files Browse the repository at this point in the history
  • Loading branch information
ecrupper committed Aug 8, 2023
1 parent 8edb7dc commit 991b28f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion item.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
// upgrade or downgrade, so it can handle such stale data gracefully.
// For example, the worker could fail a stale build or ask the server to recompile it.
// This is not a public API and is unrelated to the version key in pipeline yaml.
const ItemVersion uint64 = 1
const ItemVersion uint64 = 2

// Item is the queue representation of an item to publish to the queue.
type Item struct {
Expand Down

0 comments on commit 991b28f

Please sign in to comment.