Skip to content

Commit

Permalink
chore: fix version build
Browse files Browse the repository at this point in the history
  • Loading branch information
Labfox committed Aug 25, 2024
1 parent 931aa3a commit d290aba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion whatsfly/dependencies/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -933,7 +933,7 @@ func SetGroupTopicWrapper(id C.int, c_jid *C.char, c_topic *C.char) C.int {

//export Version
func Version() C.int {
return C.int("012")
return C.int(012)
}


Expand Down

0 comments on commit d290aba

Please sign in to comment.