Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Shai Katz committed Mar 29, 2021
1 parent 3cbc22d commit 2596ec9
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions src/crd-controller/HostedServices/V1Alpha2Controller.cs
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ private IDisposable ObserveKamusSecret(CancellationToken token)
Environment.Exit(0);
});
}

public Task StartAsync(CancellationToken token)
{
mSubscription = ObserveKamusSecret(token);
Expand Down
2 changes: 1 addition & 1 deletion src/crd-controller/crd-controller.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<PropertyGroup>
<Version>0.9.0.7</Version>
<Version>0.9.0.8</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion src/crd-controller/utils/KubernetesExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using System.Reactive.Linq;
using System.Threading;
using k8s;
using Microsoft.VisualBasic;

namespace CustomResourceDescriptorController.utils
{
Expand Down
2 changes: 1 addition & 1 deletion src/decrypt-api/decrypt-api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<PropertyGroup>
<Version>0.9.0.7</Version>
<Version>0.9.0.8</Version>
</PropertyGroup>
<ItemGroup>
<Folder Include="Models\" />
Expand Down
2 changes: 1 addition & 1 deletion src/encrypt-api/encrypt-api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<PropertyGroup>
<Version>0.9.0.7</Version>
<Version>0.9.0.8</Version>
</PropertyGroup>
<ItemGroup>
<Folder Include="Models\" />
Expand Down

0 comments on commit 2596ec9

Please sign in to comment.