Skip to content

Commit

Permalink
PF-1471 - Update Samples service models to 2022.06
Browse files Browse the repository at this point in the history
  • Loading branch information
Doug Schmidt committed Aug 18, 2022
1 parent 079fe2d commit b85271e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Date: 2022-04-21T13:08:53.3245097-07:00
// Date: 2022-08-18T14:29:39.0766565-07:00
// Base URL: https://demo.aqsamples.com/api/swagger.json
// Source: AQUARIUS Samples API (2022.03.4987)
// Source: AQUARIUS Samples API (2022.06.5160)

package com.aquaticinformatics.aquarius.sdk.samples;

Expand All @@ -14,7 +14,7 @@ public class ServiceModel
{
public static class Current
{
public static final AquariusServerVersion Version = AquariusServerVersion.Create("2022.03.4987");
public static final AquariusServerVersion Version = AquariusServerVersion.Create("2022.06.5160");
}

@Route(Path="/v1/accessgroups", Verbs="GET")
Expand Down

0 comments on commit b85271e

Please sign in to comment.