Skip to content

Commit 32279a2

Browse files
committed
bump vsn to 0.3.2
1 parent 01fa7d7 commit 32279a2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## =========
44

55
PROJECT = switchboard
6-
PROFILE = dev
6+
PROFILE ?= dev
77

88
SITE_DIR = site
99
SITE_DOCS_DIR = $(SITE_DIR)/doc

relx.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
%% -*- mode: erlang -*-
2-
{release, {switchboard, "0.3.1"}, [switchboard]}.
2+
{release, {switchboard, "0.3.2"}, [switchboard]}.
33
{extended_start_script, true}.
44
{sys_config, "etc/sys.config"}.
55
{overlay_vars, "switchboard.config"}.

src/switchboard.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{application, switchboard,
33
[
44
{description, "Conduct monitoring and operations across email accounts"},
5-
{vsn, "0.3.1"},
5+
{vsn, "0.3.2"},
66
{modules, []},
77
{registered, [switchboard_sup]},
88
{applications, [

0 commit comments

Comments
 (0)