Skip to content

Commit

Permalink
Pull request #262: RUM-16740 Updating main branch snapshot
Browse files Browse the repository at this point in the history
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
  • Loading branch information
TheHighriser authored and openkitdt committed Dec 6, 2023
1 parent 6fa7422 commit b8d0a4e
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 @@ -36,8 +36,8 @@ customize OpenKit. This includes device specific information like operating syst

| 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"` |
| `withDataCollectionLevel` | sets the data collection level | `DataCollectionLevel.USER_BEHAVIOR` |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
public class ProtocolConstants {

// version constants
public static final String OPENKIT_VERSION = "8.281.30200";
public static final String OPENKIT_VERSION = "8.281.30300";
public static final int PROTOCOL_VERSION = 3;
public static final int PLATFORM_TYPE_OPENKIT = 1;
public static final String AGENT_TECHNOLOGY_TYPE = "okjava";
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 b8d0a4e

Please sign in to comment.