Skip to content

Commit ef6a5a6

Browse files
committed
bump app version
1 parent 2521b69 commit ef6a5a6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

k8s/exceptionless/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
name: exceptionless
33
version: '0.3.0'
4-
appVersion: '6.0'
4+
appVersion: '8.0'
55
home: https://github.com/exceptionless/Exceptionless
66
description: "The definition of the word exceptionless is: to be without exception. Our product provides real-time error, feature, and log reporting for your ASP.NET, Web API, WebForms, WPF, Console, and MVC apps. It organizes the gathered information into simple actionable data that will help your app become exceptionless."
7-
icon: https://be.exceptionless.io/img/exceptionless-32.png
7+
icon: https://be.exceptionless.io/img/exceptionless-32.png

src/Exceptionless.Web/ClientApp.angular/grunt/task-configs/replace.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module.exports = {
55
patterns: [
66
{
77
match: "version",
8-
replacement: process.env.UI_VERSION || "2.0.0-dev",
8+
replacement: process.env.VERSION || "8.0.0-dev",
99
},
1010
],
1111
},

0 commit comments

Comments
 (0)