Skip to content

Commit

Permalink
Pull request #209: RUM-16740 Raise main to snapshot
Browse files Browse the repository at this point in the history
Merge in OP/openkit-native from feature/RUM-16740-openkit-native-final-main to main

* commit '0e764ecc29b33e1b3520553bd2aded684756f70d':
  RUM-16740 Raise main to snapshot

GitOrigin-RevId: 3cf35235a8279e40f354bb7daa6218a905ade3b8
  • Loading branch information
TheHighriser authored and openkitdt committed Dec 7, 2023
1 parent 6cacd9e commit 7940ed3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/example.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ This includes device specific information like operating system, manufacturer, o
| Method Name | Description | Default Value |
| ------------- | ------------- | ---------- |
| `withApplicationVersion` | sets the application version | `"3.2.0"` |
| `withOperatingSystem` | sets the operating system name | `"OpenKit 3.2.0"` |
| `withApplicationVersion` | sets the application version | `"3.3.0"` |
| `withOperatingSystem` | sets the operating system name | `"OpenKit 3.3.0"` |
| `withManufacturer` | sets the manufacturer | `"Dynatrace"` |
| `withModelID` | sets the model id | `"OpenKitDevice"` |
| `withBeaconCacheMaxRecordAge` | sets the maximum age of an entry in the beacon cache in milliseconds | 45 min |
Expand Down
2 changes: 1 addition & 1 deletion src/protocol/ProtocolConstants.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ namespace protocol
constexpr const char* QUERY_KEY_SESSION_IDENTIFIER = "si";

// constant query parameter values
constexpr const char* OPENKIT_VERSION = "8.281.30200";
constexpr const char* OPENKIT_VERSION = "8.281.30300";
constexpr const char* PLATFORM_TYPE_OPENKIT = "1";
constexpr const char* AGENT_TECHNOLOGY_TYPE = "okc";
constexpr int32_t PROTOCOL_VERSION = 3;
Expand Down
2 changes: 1 addition & 1 deletion version.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=3.2.0
version=3.3.0-SNAPSHOT

0 comments on commit 7940ed3

Please sign in to comment.