Skip to content

Commit

Permalink
chore: update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
SKannaniOS committed Nov 4, 2024
1 parent 11556ad commit 6d4aad8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sources/Classes/Headers/RSVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
#ifndef RSVersion_h
#define RSVersion_h

NSString *const SDK_VERSION = @"1.29.2-beta";
NSString *const SDK_VERSION = @"1.29.2";

#endif /* RSVersion_h */
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "1.29.2-beta",
"version": "1.29.2",
"description": "Rudder is a platform for collecting, storing and routing customer event data to dozens of tools"
}

0 comments on commit 6d4aad8

Please sign in to comment.