Skip to content

Commit cd917ad

Browse files
committed
added version to Gopkg.toml
Signed-off-by: Tim Henderson <[email protected]>
1 parent 92fb9f9 commit cd917ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gopkg.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ name = "github.com/timtadh/data-structures"
1818

1919
## Recommended: the version constraint to enforce for the project.
2020
## Only one of "branch", "version" or "revision" can be specified.
21-
# version = "1.0.0"
22-
branch = "master"
21+
version = "0.5.0"
22+
# branch = "master"
2323
# revision = "abc123"
2424

2525
## Optional: an alternate location (URL or import path) for the project's source.

0 commit comments

Comments
 (0)