Skip to content

Commit

Permalink
Merge pull request #267 from NordSecurity/lipt/update_moose
Browse files Browse the repository at this point in the history
Update moose version
  • Loading branch information
Lipt0nas authored Oct 18, 2023
2 parents 97ca507 + b29ac69 commit 1164913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drop-analytics/src/moose_impl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const DROP_MOOSE_APP_NAME: &str = "norddrop";

/// Version of the tracker used, should be updated every time the tracker
/// library is updated
const DROP_MOOSE_TRACKER_VERSION: &str = "2.0.0";
const DROP_MOOSE_TRACKER_VERSION: &str = "3.0.0";

pub struct MooseImpl {
logger: slog::Logger,
Expand Down

0 comments on commit 1164913

Please sign in to comment.