Skip to content

Commit

Permalink
0.15.0-rc4
Browse files Browse the repository at this point in the history
  • Loading branch information
spenes committed Dec 2, 2022
1 parent b4991ac commit ef9b0ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.15.0
0.15.0-rc4
2 changes: 1 addition & 1 deletion provisioning/resources/configs/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ info:
title: "Snowplow Mini"
description: |
Snowplow Mini is a small, single instance version of Snowplow that primarily serves as a development sandbox which gives you a quick way to debug tracker updates and changes to your schema and pipeline configuration.
version: "0.15.0"
version: "0.15.0-rc4"
license:
name: "Apache 2.0"
url: "http://www.apache.org/licenses/LICENSE-2.0.html"
Expand Down
2 changes: 1 addition & 1 deletion provisioning/resources/ui/js/components/Overview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export class Overview extends React.Component<{}, {}> {
</ul>
<h3>The software stack installed: </h3>
<ul>
<li><b>Snowplow Mini 0.15.0</b></li>
<li><b>Snowplow Mini 0.15.0-rc4</b></li>
<li>Snowplow Stream Collector NSQ 2.8.2</li>
<li>Snowplow Stream Enrich NSQ 3.6.0</li>
<li>Snowplow Elasticsearch Loader 2.0.8</li>
Expand Down

0 comments on commit ef9b0ee

Please sign in to comment.