Skip to content

Commit

Permalink
50 commits omfg
Browse files Browse the repository at this point in the history
  • Loading branch information
disruptek committed Jan 7, 2020
1 parent b13b3bc commit 92cc62d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ttags.nim
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ suite "tags":
for release, thing in project.tags.richen:
checkpoint $release
checkpoint $thing
if release == newRelease("0.6.0", operator = Tag):
if release == newRelease("0.6.14", operator = Tag):
break found
check false

0 comments on commit 92cc62d

Please sign in to comment.