Skip to content

Commit

Permalink
bump version to v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jgpawletko committed Feb 26, 2024
1 parent 7d1d58b commit 8ed5a18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Common.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"time"
)

var LibraryVersion = "v0.3.14b"
var LibraryVersion = "v0.6.0"

var seed = rand.NewSource(time.Now().UnixNano())
var rGen = rand.New(seed)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# go-aspace v0.3.14b
# go-aspace v0.6.0
a Go library for ArchivesSpace integrations

## Use
Expand Down Expand Up @@ -57,4 +57,4 @@ to run the test suite
```shell
go test -v --config /path/to/go-aspace.yml --environment the-environment-to-use
```
The test suite will select random objects from the specified aspace instance, which may fail serialization to go structs
The test suite will select random objects from the specified aspace instance, which may fail serialization to go structs

0 comments on commit 8ed5a18

Please sign in to comment.