Skip to content

Commit

Permalink
Merge pull request #331 from cavokz/bump-geneve-version
Browse files Browse the repository at this point in the history
Bump Geneve version
  • Loading branch information
cavokz authored Aug 26, 2024
2 parents 23f4e09 + 7006d6c commit e848126
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/geneve/source_events.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
"golang.org/x/mod/semver"
)

var Version = "0.2.0"
var Version = "0.3.0"

type SourceEvents struct {
o py.Object
Expand Down
2 changes: 1 addition & 1 deletion geneve/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@

from .events_emitter import * # noqa: F401, F403

version = "0.2.0"
version = "0.3.0"

0 comments on commit e848126

Please sign in to comment.