Skip to content

Commit

Permalink
version bounce
Browse files Browse the repository at this point in the history
  • Loading branch information
paulborile committed Jan 8, 2025
1 parent 6e78b6c commit 8c141ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
1.30 - Dec 17, 2024
- prepare for public release, change folder structure
- first public release, change folder structure

1.29 - Dec 5, 2024
- best practice is to have interface inside package file, not in a separate file
Expand Down
3 changes: 2 additions & 1 deletion wurfl.go
Original file line number Diff line number Diff line change
Expand Up @@ -216,9 +216,10 @@ type Updater interface {
// 1.27: GetStaticCaps() and GetVirtualCaps() return map with caps/vcaps found and last error detected (if any)
// 1.28: - double lru cache does not exist anymore, kept in constants only to not break existing code
// 1.29: best practice is to have interface inside package file, not in a separate file
// 1.30: first public release

// Version is the current version of this package.
var Version = "1.29"
var Version = "1.30"

// APIVersion returns version of internal InFuze API without an initialized engine
func APIVersion() string {
Expand Down

0 comments on commit 8c141ae

Please sign in to comment.