Skip to content

Commit

Permalink
Update version to 0.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
astrada committed Sep 21, 2014
1 parent 555c220 commit 551454b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _oasis
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
OASISFormat: 0.3
OCamlVersion: >= 3.12.0
Name: google-drive-ocamlfuse
Version: 0.5.7
Version: 0.5.8
LicenseFile: LICENSE
License: MIT
BuildType: ocamlbuild (0.3)
Expand Down
6 changes: 3 additions & 3 deletions setup.ml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(* setup.ml generated for the first time by OASIS v0.2.1~alpha1 *)

(* OASIS_START *)
(* DO NOT EDIT (digest: 19d70d1f85acddaa1abf33b6e738cca5) *)
(* DO NOT EDIT (digest: c1dfdef5bd0e3b1e131db0d2e605fb84) *)
(*
Regenerated by OASIS v0.4.4
Visit http://oasis.forge.ocamlcore.org for more information and
Expand Down Expand Up @@ -6638,7 +6638,7 @@ let setup_t =
alpha_features = [];
beta_features = [];
name = "google-drive-ocamlfuse";
version = "0.5.7";
version = "0.5.8";
license =
OASISLicense.DEP5License
(OASISLicense.DEP5Unit
Expand Down Expand Up @@ -6754,7 +6754,7 @@ let setup_t =
};
oasis_fn = Some "_oasis";
oasis_version = "0.4.4";
oasis_digest = Some "\131o\029\223p\224\172\254r\183\004\"f(9\167";
oasis_digest = Some "\187\188\139\tqW\203\246\188\014;6\006Y\141x";
oasis_exec = None;
oasis_setup_args = [];
setup_update = false
Expand Down
2 changes: 1 addition & 1 deletion src/config.ml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ open GapiUtils.Infix
open GapiLens.Infix

let application_name = "google-drive-ocamlfuse"
let version = "0.5.7"
let version = "0.5.8"

module ConflictResolutionStrategy =
struct
Expand Down

0 comments on commit 551454b

Please sign in to comment.