Skip to content

Commit b8d0a4e

Browse files
TheHighriseropenkitdt
authored andcommitted
Pull request #262: RUM-16740 Updating main branch snapshot
Merge in OP/openkit-java from feature/RUM-16740-openkit-java-main-update to main * commit '579287a69d8e060bb6813fea6592144f29296bfa': RUM-16740 Updating main branch snapshot GitOrigin-RevId: d77e878a9c1792564c237e0571232c22bfcd28bb
1 parent 6fa7422 commit b8d0a4e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/example.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ customize OpenKit. This includes device specific information like operating syst
3636

3737
| Method Name | Description | Default Value |
3838
| ------------- | ------------- | ---------- |
39-
| `withApplicationVersion` | sets the application version | `"3.2.0"` |
40-
| `withOperatingSystem` | sets the operating system name | `"OpenKit 3.2.0"` |
39+
| `withApplicationVersion` | sets the application version | `"3.3.0"` |
40+
| `withOperatingSystem` | sets the operating system name | `"OpenKit 3.3.0"` |
4141
| `withManufacturer` | sets the manufacturer | `"Dynatrace"` |
4242
| `withModelID` | sets the model id | `"OpenKitDevice"` |
4343
| `withDataCollectionLevel` | sets the data collection level | `DataCollectionLevel.USER_BEHAVIOR` |

src/main/java/com/dynatrace/openkit/protocol/ProtocolConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
public class ProtocolConstants {
2020

2121
// version constants
22-
public static final String OPENKIT_VERSION = "8.281.30200";
22+
public static final String OPENKIT_VERSION = "8.281.30300";
2323
public static final int PROTOCOL_VERSION = 3;
2424
public static final int PLATFORM_TYPE_OPENKIT = 1;
2525
public static final String AGENT_TECHNOLOGY_TYPE = "okjava";

version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=3.2.0
1+
version=3.3.0-SNAPSHOT

0 commit comments

Comments
 (0)