Skip to content

Commit bd14943

Browse files
committed
Fix libmoose version
Signed-off-by: Lukas Pukenis <lukas.pukenis@nordsec.com>
1 parent c290fad commit bd14943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drop-analytics/src/moose_impl.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const DROP_MOOSE_APP_NAME: &str = "norddrop";
1414

1515
/// Version of the tracker used, should be updated everytime the tracker library
1616
/// is updated
17-
const DROP_MOOSE_TRACKER_VERSION: &str = "0.1.2";
17+
const DROP_MOOSE_TRACKER_VERSION: &str = "0.4.0";
1818

1919
const MOOSE_STATUS_SUCCESS: i32 = 0;
2020

0 commit comments

Comments
 (0)