Skip to content

Commit 519fb00

Browse files
TheHighriseropenkitdt
authored andcommitted
Pull request #257: RUM-10675 Pushing Main version
Merge in OP/openkit-java from feature/RUM-10675-releasing-openkit-java-main-snapshot to main * commit 'b9e337d0a782e98221043d042f9d9530a2ce8697': RUM-10675 Pushing Main version GitOrigin-RevId: a874f63ab38a95205c70a8bc458bcc11386090c7
1 parent 905c42a commit 519fb00

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.1.0"` |
40-
| `withOperatingSystem` | sets the operating system name | `"OpenKit 3.1.0"` |
39+
| `withApplicationVersion` | sets the application version | `"3.2.0"` |
40+
| `withOperatingSystem` | sets the operating system name | `"OpenKit 3.2.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.267.30100";
22+
public static final String OPENKIT_VERSION = "8.267.30200";
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.1.0
1+
version=3.2.0-SNAPSHOT

0 commit comments

Comments
 (0)