Skip to content

Commit

Permalink
Fix fat fingers error
Browse files Browse the repository at this point in the history
  • Loading branch information
radekg committed Feb 7, 2022
1 parent f009691 commit 033f9b0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.1-beta.4
0.0.1-beta.3
1 change: 0 additions & 1 deletion utils/ybdbid/snapshot_id.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,3 @@ func TryParseSnapshotIDFromString(input string) (SnapshotID, error) {
copy(output.bytes, bys)
return output, nil
}
diff --git a/utils/ybdbid/snapshot_id_test.go b/utils/ybdbid/snapshot_id_test.go

0 comments on commit 033f9b0

Please sign in to comment.