Skip to content

Commit 59b3afc

Browse files
TheHighriseropenkitdt
authored andcommitted
Pull request #265: RUM-20843 Updating Main to 3.4
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
1 parent 53b3a20 commit 59b3afc

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.3.0"` |
40-
| `withOperatingSystem` | sets the operating system name | `"OpenKit 3.3.0"` |
39+
| `withApplicationVersion` | sets the application version | `"3.4.0"` |
40+
| `withOperatingSystem` | sets the operating system name | `"OpenKit 3.4.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.297.30300";
22+
public static final String OPENKIT_VERSION = "8.297.30400";
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.3.0
1+
version=3.4.0-SNAPSHOT

0 commit comments

Comments
 (0)