Skip to content

Commit

Permalink
Pull request #265: RUM-20843 Updating Main to 3.4
Browse files Browse the repository at this point in the history
Merge in OP/openkit-java from feature/RUM-20843-update-main-java to main

* commit '73d25f53a8e089a8f054c9903c3d63bb9e142b09':
  RUM-20843 Updating Main to 3.4

GitOrigin-RevId: 19664e2c9b9b4c392eb427efc612cb26f5efdd9c
  • Loading branch information
TheHighriser authored and openkitdt committed Aug 2, 2024
1 parent 53b3a20 commit 59b3afc
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.3.0"` |
| `withOperatingSystem` | sets the operating system name | `"OpenKit 3.3.0"` |
| `withApplicationVersion` | sets the application version | `"3.4.0"` |
| `withOperatingSystem` | sets the operating system name | `"OpenKit 3.4.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.297.30300";
public static final String OPENKIT_VERSION = "8.297.30400";
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.3.0
version=3.4.0-SNAPSHOT

0 comments on commit 59b3afc

Please sign in to comment.