Skip to content

Commit

Permalink
Merge pull request #83 from neicnordic/random_access
Browse files Browse the repository at this point in the history
Rewrite to add support for random-acces for Crypt4GHReader
  • Loading branch information
pontus authored Aug 23, 2023
2 parents a4c048b + 5c30913 commit c6719a4
Show file tree
Hide file tree
Showing 3 changed files with 849 additions and 239 deletions.
2 changes: 1 addition & 1 deletion internal/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
)

// The version in the current branch
var Version = "1.7.6"
var Version = "1.8.0"

// If this is "" (empty string) then it means that it is a final release.
// Otherwise, this is a pre-release e.g. "dev", "beta", "rc1", etc.
Expand Down
Loading

0 comments on commit c6719a4

Please sign in to comment.