Skip to content

Commit

Permalink
Use global $VERSION in GetVersion (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
jim3692 authored Oct 22, 2023
1 parent b0a605d commit a67a040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native/connector/pipewire-screen-audio-connector.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ source $PROJECT_ROOT/connector/util.sh
exec 2>>`UtilGetLogPathForFile $(basename $0)`

function GetVersion () {
UtilTextToMessage '{"version":"0.3.2"}'
UtilTextToMessage "{\"version\":\"$VERSION\"}"
}

function GetSessionType () {
Expand Down

0 comments on commit a67a040

Please sign in to comment.